home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part1 / cat4 / repfreq.4 < prev    next >
Text File  |  1999-09-16  |  790b  |  67 lines

  1.  
  2.  
  3.  
  4. repfreq(1)                     Scilab Function                     repfreq(1)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   repfreq - frequency response
  13.  
  14. CALLING SEQUENCE
  15.   [frq,db,phi] =repfreq(sys,fmin,fmax [,step])
  16.   [frq,db,phi] =repfreq(sys,frq)
  17.   [ [frq,] repf]=repfreq(sys,fmin,fmax [,step])
  18.   [ [frq,] repf]=repfreq(sys,frq)
  19.  
  20. PARAMETERS
  21.  
  22.   sys  : syslin list : SIMO linear system
  23.  
  24.   fmin,fmax      : two real numbers (frequency bounds)
  25.  
  26.   frq            : vector of frequencies (Hz)
  27.  
  28.   step           : logarithmic discretization step
  29.  
  30.   db,phi         : vector of gains (db) and phases at frq
  31.  
  32.   repf           : vector of the complex frequency response
  33.  
  34. DESCRIPTION
  35.   repfreq returns the frequency response calculation of a linear system
  36.  
  37. SEE ALSO
  38.   bode, freq, calfrq
  39.  
  40. AUTHOR
  41.   S. S.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.